TQueue<T>.Create(T[]) Constructor

Initializes a new instance of the TQueue<T> class.

Namespace: Spring.Collections.Queues
public
 constructor Create(const values: array of T); overload;

Parameters

values
Type: array of T